TailAdmin provides essential UI components and layouts for building feature-rich, data-driven admin dashboards and control panels. It's built on:
- Next.js 16.x
- React 19
- TypeScript
- Tailwind CSS V4
To get started with TailAdmin, ensure you have the following prerequisites installed and set up:
- Node.js 18.x or later (recommended to use Node.js 20.x or later)
Clone the repository using the following command:
git clone https://github.com/TailAdmin/free-nextjs-admin-dashboard.gitWindows Users: place the repository near the root of your drive if you face issues while cloning.
-
Install dependencies:
npm install # or yarn installUse
--legacy-peer-depsflag if you face peer-dependency error during installation. -
Start the development server:
npm run dev # or yarn dev
TailAdmin is a pre-designed starting point for building a web-based dashboard using Next.js and Tailwind CSS. The template includes:
- Sophisticated and accessible sidebar
- Data visualization components
- Profile management and custom 404 page
- Tables and Charts(Line and Bar)
- Authentication forms and input elements
- Alerts, Dropdowns, Modals, Buttons and more
- Can't forget Dark Mode 🕶️